runtime.sudog.waittail (field)
13 uses
runtime (current package)
runtime2.go#L387: waittail *sudog // semaRoot
sema.go#L273: s.waittail = t.waittail
sema.go#L274: if s.waittail == nil {
sema.go#L275: s.waittail = t
sema.go#L280: t.waittail = nil
sema.go#L283: if t.waittail == nil {
sema.go#L286: t.waittail.waitlink = s
sema.go#L288: t.waittail = s
sema.go#L367: t.waittail = s.waittail
sema.go#L369: t.waittail = nil
sema.go#L373: s.waittail = nil
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |